home *** CD-ROM | disk | FTP | other *** search
/ Chip 1996 October / CHIP Ekim 1996.iso / winbatch / bmp.mn_ < prev    next >
Text File  |  1995-08-09  |  290b  |  10 lines

  1. ; Menu file for bmp extension
  2.  
  3. Set as Wallpaper ; Make this BMP file your new background wallpaper
  4.  Tiled           ; Make BMP file your tiled background
  5.     WallPaper(CurrFilePath(),@TRUE)
  6.  Centered        ; Make BMP file your centered background
  7.     WallPaper(CurrFilePath(),@FALSE)
  8.  
  9.  
  10.